home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Library / Manuels & Misc / Assembly / AOA.ZIP / CH03 / EX1.X86 < prev    next >
Encoding:
Text File  |  1996-04-09  |  105 b   |  9 lines

  1.     mov    ax, [1000]
  2.     mov    bx, [1002]
  3.     add    ax, bx
  4.     sub    ax, 1
  5.     mov    bx, ax
  6.     add    ax, ax
  7.     add    ax, bx
  8.     halt
  9.